ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPSeq<T> Class / ImGearXMPSeq<T> Constructor / ImGearXMPSeq<T> Constructor(String[])
String array.




In This Topic
ImGearXMPSeq<T> Constructor(String[])
In This Topic
Initializes a new instance of the ImGearXMPSeq<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As String _
)
 
'Usage
 
Dim value() As String
 
Dim instance As New ImGearXMPSeq(Of T)(value)

Parameters

value
String array.

Return Value

New instance of the ImGearXMPSeq<T> generic class object.
Remarks
This constructor creates an instance of ImGearXMPSeq<T> generic class generic class and initializes it with values from the string array.
See Also